home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Suruculer ve Guncellemeler / Transdisk / dosver4 / TCDGO.BAT < prev    next >
Encoding:
DOS Batch File  |  1995-05-31  |  475 b   |  26 lines

  1. echo off
  2. set topt=
  3. set uopt=
  4. :next
  5. if '%1' == ''  goto nomore
  6. if '%1' == 'u' goto uopt
  7. if '%1' == 'U' goto uopt
  8. if '%1' == 'b' goto uopt
  9. if '%1' == 'B' goto uopt
  10. if '%topt%' == '' set topt=/t:%1
  11. shift
  12. goto next
  13. :uopt
  14. if '%uopt%' == '' set uopt=/%1
  15. shift
  16. goto next
  17. :nomore
  18. echo.
  19. echo Loading TransCD (ATAPI) device driver now ...
  20. .\dld .\tcd-ide.sys /d:TCD-IDE$ %topt% %uopt%
  21. set topt=
  22. set uopt=
  23. echo Loading MSCDEX now ...
  24. echo.
  25. .\mscdex /d:TCD-IDE$
  26.